﻿body {
    font-family:sans-serif;
    font-size:small;
}

input[type=text]{
    font-family:monospace;
    font-size:x-large;
}

select{
    font-family: monospace;
    font-size: x-large;
}

#gdpr{
    background-image:url('gdpr.png');
    background-repeat:no-repeat;
    height:53px;    
    padding-left:90px;
}

#row{
    background-image:url('non_gdpr.png');
    background-repeat:no-repeat;
    height:53px;    
    padding-left:90px;
}


#header{    
    background-image:url('logo_visit.png');
    background-repeat:no-repeat;
    height:100px;
    margin-bottom:20px;
}

#headerInforma{    
    background-image:url('logo_informa.png');
    background-repeat:no-repeat;
    height:61px;
    margin:20px;
}

#headerReed{    
    background-image:url('logo_reed.png');
    background-repeat:no-repeat;
    height:100px;
    margin-bottom:20px;
}

#headerEventBrite{    
    background-image:url('logo_EventBrite.png');
    background-repeat:no-repeat;
    height:150px;
    margin-bottom:20px;
}

#headerClarion{    
    background-image:url('logo_Clarion.png');
    background-repeat:no-repeat;
    height:130px;
    margin-bottom:20px;
}

#headerAventri{
    background-image:url('logo_aventri.png');
    background-repeat:no-repeat;
    height:55px;
    margin:20px;
}

#headerUBM{
    background-image:url('logo_UBM.jpg');
    background-repeat:no-repeat;
    height:200px;    
    margin:20px;
}


#GES_logo{
    background-image:url('logo_ges.png');
    background-repeat:no-repeat;
    height:161px;    
}


#container{
    margin-top:20px;
}

#resultBlock{
    background-color:#cccccc;
    margin:10px;
    padding:10px;
    font-size:small;
}

#errorStatus{
    margin-top:20px;
    font-weight:bold;
    color:#aa0000;    
}

div.loaderImage{
    background-image:url('ajax-loader.gif');
    height:15px;
    width:128px;
}

.question{    
    margin-top:10px;
    padding:10px;
    border:1px solid;
}
.code{
    color:#aa0000;
}

div.hiddenDiv{
    display:none;
}

.from_visit {
    color: #0000ff;
}

.from_LOV {
    color: #00aa00;
}
.fixed{
    color:#aa0000;
}
.icon_warn{
    background-image:url('icon_warn.png');
    height:32px;
    width:32px;
}

.icon_success{
    background-image:url('icon_success.png');
    height:32px;
    width:32px;
}

.icon_error{
    background-image:url('icon_error.png');
    height:32px;
    width:32px;
}

.clarionHeader{
    color:#ffffff;
    background-color:#00a0af;
}

.unmapped{
    color:#ffffff;
    background-color:#aa0000;
}

.tick{
    background-image:url('checked.png');
    min-height:16px;
    min-width:16px;
    background-repeat:no-repeat;
}

.star{
    background-image:url('star.png');
    min-height:16px;
    min-width:16px;
    background-repeat:no-repeat;
}

.cross{
    background-image:url('cancel.png');
    min-height:16px;
    min-width:16px;
    background-repeat:no-repeat;
}

div.display-label{
    font-weight:bold;
    margin-top:10px;
}

div.display-field{
    font-family:monospace;    
    margin-left:40px;   
}